home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / GameKit / Examples / PacMan / PacManInfoController.h < prev    next >
Text File  |  1995-06-12  |  160b  |  14 lines

  1.  
  2. #import <gamekit/gamekit.h>
  3.  
  4. @interface PacManInfoController:InfoController
  5. {
  6.     id    sound;
  7. }
  8.  
  9. - playSound:sender;
  10. - stopSound:sender;
  11. - didPlay:sender;
  12.  
  13. @end
  14.